RulesManager for WinForms
CustomItemRange コンストラクタ(Int32,Int32,IEnumerable<String>)

C1.Win.RulesManager.4.5.2 アセンブリ > C1.Win.RulesManager 名前空間 > CustomItemRange クラス > CustomItemRange コンストラクタ : CustomItemRange コンストラクタ(Int32,Int32,IEnumerable<String>)
最初の項目のインデックス。
最後の項目のインデックス。
フィールド名のコレクション。
CustomItemRange の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal first As System.Integer, _
   ByVal last As System.Integer, _
   ByVal fields As System.Collections.Generic.IEnumerable(Of String) _
)
public CustomItemRange( 
   System.int first,
   System.int last,
   System.Collections.Generic.IEnumerable<string> fields
)

パラメータ

first
最初の項目のインデックス。
last
最後の項目のインデックス。
fields
フィールド名のコレクション。
参照

CustomItemRange クラス
CustomItemRange メンバ
オーバーロード一覧